Properties common to all files except Structure Viewer Browser
window ('::Browser' file):
Property Name
Data Type
Description
Position
DWORD
File's position
pointer
Size
DWORD
File's size
Properties of
Structure Viewer Browser window ('::Browser' file):
Property Name
Data Type
Description
AcceptTags
BYTE
If set to 1, you can
write HTML Tags to the browser window. If Set to 0 (default), HTML
special chars are converted so they are displayed literally (e.g.
'<' is converted to '<')
Properties of
Hexeditor windows ('::New', '::Editor',
'::Current', '::<filename>' files) :
Property Name
Data Type
Description
AbsolutePosition
QWORD
If a disk/partition is edited, this is the absolute position of the
cursor on the whole disk/partition
AbsoluteSize
QWORD
If a disk/partition is edited, this is the size of the whole disk/partition,
not the size of the part being edited (readonly)
BackupExtension
TEXT
Extension of the Backup Filename (readonly)
BytesPerBlock
BYTE
Number of bytes per
block displayed by the editor
BytesPerColumn
BYTE
Number of bytes per
column displayed by the editor
BytesPerRow
BYTE
Number of bytes per
row displayed by the editor
Colors.Background
DWORD
Editor's
background color (blue/green/red: 0xff0000 = blue)
Colors.ChangedBackground
DWORD
Editor's
background color of modified data (Overtype mode only)
Colors.ChangedText
DWORD
Editor's text
color of modified data (Overtype mode only)
Colors.CurrentOffset
DWORD
Editor's text
color of the current line (Offset pane)
Colors.CurrentOffsetBackground
DWORD
Editor's
background color of the current line (Offset pane)
Colors.CursorFrame
DWORD
Editor's color of
the cursor frame
Colors.EvenColumn
DWORD
Editor's text
color of data in even columns (Hex pane)
Colors.OddColumn
DWORD
Editor's text
color of data in odd columns (Hex pane)
Colors.Offset
DWORD
Editor's text
color ine the offset pane
Colors.OffsetBackGround
DWORD
Editor's
background color ine the offset pane
CurrentValue
QWORD
Value of the Byte at the current cursor position, -1 if the editor
has no data (readonly)
FileName
TEXT
Name of the file loaded in the editor (readonly)
FillByte
BYTE
This data is used
to fill newly allocated memory when enlarging a data file
FixedSize
BYTE
1 if the filesize
is fixed (e.g. when editing disk sectors or memory blocks), 0
otherwise
Font.Color
DWORD
Editor's text
color
Font.Name
TEXT
Editor's text
Font name
Font.Size
DWORD
Editor's text
Font size
HasFile
BYTE
1
if the data in the editor has been loaded from a file, 0 otherwise
(readonly)
InCharField
BYTE
1 if the cursor is
located in the character pane, 0 if located in the hex pane
Modified
BYTE
1 if the data in the
editor has been modified, 0 otherwise
PrintFont.Color
DWORD
Text color when
printing
PrintFont.Name
TEXT
Text Font name when
printing
PrintFont.Size
DWORD
Text Font size when
printing
PrintOptions.MarginBottom
DWORD
Bottom Margin when
printing (millimeters)
PrintOptions.MarginLeft
DWORD
Left Margin when
printing
PrintOptions.MarginRight
DWORD
Right Margin when
printing
PrintOptions.MarginTop
DWORD
Top Margin when
printing
PrintOptions.PageFooter
TEXT
Page Footer text
PrintOptions.PageHeader
TEXT
Page Header Text
ReadOnlyFile
BYTE
1 if the file has
been opened readonly, 0 otherwise
SelCount
DWORD
Number of bytes
currently selected
SelStart
DWORD
Index of first byte
of the currently selected data